home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Rund2.dfm
/
Rund2.txt
Wrap
Text File
|
1998-12-25
|
1KB
|
61 lines
object Form1: TForm1
Left = 200
Top = 113
Width = 450
Height = 300
Caption = 'Kreis 2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 28
Top = 208
Width = 125
Height = 40
Caption = 'Erscheinen'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 158
Top = 208
Width = 125
Height = 40
Caption = 'Bewegen'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 288
Top = 208
Width = 125
Height = 40
Caption = 'Verschwinden'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button3Click
end
end